Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/201 - FlappyBird Game/

Flappy Bird main.png /cody/swapnilsparsh/30DaysOfJavaScript/201 - FlappyBird Game/Flappy Bird main.png
306 Views
0 Comments
Media file
app.js /cody/swapnilsparsh/30DaysOfJavaScript/201 - FlappyBird Game/app.js
340 Views
0 Comments
document.addEventListener('DOMContentLoaded' , () => {
const bird = document.querySelector('.bird')
const gameDisplay =
bird2.png /cody/swapnilsparsh/30DaysOfJavaScript/201 - FlappyBird Game/bird2.png
303 Views
0 Comments
Media file
bottom-background.png /cody/swapnilsparsh/30DaysOfJavaScript/201 - FlappyBird Game/bottom-background.png
389 Views
0 Comments
Media file
download.jpg /cody/swapnilsparsh/30DaysOfJavaScript/201 - FlappyBird Game/download.jpg
286 Views
0 Comments
Media file
fb-game-background.png /cody/swapnilsparsh/30DaysOfJavaScript/201 - FlappyBird Game/fb-game-background.png
343 Views
0 Comments
Media file
flappy-bird.png /cody/swapnilsparsh/30DaysOfJavaScript/201 - FlappyBird Game/flappy-bird.png
363 Views
0 Comments
Media file
flappybird-pipe.png /cody/swapnilsparsh/30DaysOfJavaScript/201 - FlappyBird Game/flappybird-pipe.png
352 Views
0 Comments
Media file
images.jpg /cody/swapnilsparsh/30DaysOfJavaScript/201 - FlappyBird Game/images.jpg
380 Views
0 Comments
Media file
index.html /cody/swapnilsparsh/30DaysOfJavaScript/201 - FlappyBird Game/index.html
753 Views
0 Comments
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Flappy Bird</title>
<link rel="sty
style.css /cody/swapnilsparsh/30DaysOfJavaScript/201 - FlappyBird Game/style.css
319 Views
0 Comments
body {
display: flex;
}

.game-container {
width: 500px;
height: 730px;
position: absolute;